@font-face {
    font-family: 'Avenir';
    src: url('https://staging.liladiaminc.com/public/fonts/avenir_ff/AvenirLTStd-Book.otf') format('truetype');
}

.cus_p {
    font-family: Avenir;
}

.shape-filter-category-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
}

.border_icon {
    border-right: none;
}

.owl_img_div img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.grid-products .product-card {
    flex: 0 0 30%;
    max-width: 25%
}

.product-card .product-rating {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.product-rating .back-stars>i {
    margin-right: 1px;
    color: rgb(72, 85, 160);
    font-size: 20px;
}

.product-rating .rating-count {
    font-size: 11px;
    line-height: 12px;
    margin: 1px 0 0 5px;
    color: rgb(72, 85, 160);
    font-size: 18px;
}

.product-card .product-name {
    display: block;
    color: #191919;
    transition: 200ms ease-in-out;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    margin-top: 5%;
}

.product-card .product-name h6 {
    position: relative;
    font-weight: 400;
    line-height: 21px;
    max-height: 40px;
    display: -webkit-box;
    background: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: Avenir;
    margin-left: auto;
    margin-right: auto;
    color: rgb(72, 85, 160);
}

.btn-primary {
    background: rgb(72, 85, 160);
}

.btn-primary:hover {
    background: rgb(72, 85, 160);
}

.product-card .product-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    color: #0068e1;
    font-family: Avenir;
    /* color: var(--color-primary); */
}

.product-image>img {
    max-height: 160%;
    max-width: 160%;
    transition: 200ms ease-in-out;
}

.product-card .product-card-middle {
    position: relative;
    display: flex;
    height: 90px;
    margin-top: 20%;
    padding-bottom: 9px;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0;
}

.heading-text {
    margin-bottom: 2%;
    margin-top: 3%;
}

.show_product {
    width: 1000px;
}

.mobile_shop_product {
    margin-top: 5%;
    width: 85%;
    margin: auto;
}

/* Adjust font size for different screen sizes */
@media (max-width: 576px) {
    p {
        font-size: 12px;
    }

    /* .fa-star {
            font-size: 8px;
        } */
    h3 {
        font-size: 14px;
    }

    .text_section {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text_section img {
        width: 90%;
    }

    .border_icon {
        border-right: none;
    }

    .bn_comp_iconWrapper img {
        width: 50%;
        height: 50%;
    }

    h2 {
        font-size: 16px;
    }

    /* .cus_p{
            font-size: 8px;
        } */
    .our_jewel {
        flex: 0 0 100%;
    }

    .top_cat {
        flex: 0 0 50%;
    }

    .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top .title {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top>.row>div:nth-child(4) .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cust_footer {
        padding-top: 5%;
    }

    /* #phone_icon{
            margin-left: 35%;
        }
        #phone_footer{
            width: 40%;
        }
        #envelop_icon{
            margin-left: 25%;
        }
        #envelop_footer{
            width: 50%;
        } */
    #login-section {
        left: 10%;
        width: 80%;
    }

    .mobile_shop_product {
        margin-top: 1%;
    }

    ul.list-inline.top-nav-right-list.login li {
        padding: 0 7px;
    }

    .mobile_dashboard {
        flex: 0 0 100%;
    }

    .grid-products .product-card {
        flex: 0 0 100%;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-products-wrap .tabs .tab-item {
        font-size: 14px;
    }

    .grid-products-wrap {
        margin-top: 0px;
    }

    .slick-track {
        width: 0px;
    }

    .slick-track .base-image-inner {
        width: 330px;
    }

    .show_product {
        width: 90%;
    }

    .mobile-hidden {
        display: none;
    }

    .carousel-item {
        margin-top: 5%;
    }
}

@media (max-width: 767px) {
    .shape-filter-category-button {
        border-right: none;
        width: 95px;
    }

    .shapeFilter {
        align-items: center;
    }

    h2 {
        font-size: 16px;
    }

    /* .cus_p{
            font-size: 8px;
        } */
    .our_jewel {
        flex: 0 0 100%;
    }

    .top_cat {
        flex: 0 0 50%;
    }

    .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top .title {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top>.row>div:nth-child(4) .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cust_footer {
        padding-top: 5%;
    }

    /* #phone_icon{
            margin-left: 35%;
        }
        #phone_footer{
            width: 40%;
        }
        #envelop_icon{
            margin-left: 25%;
        }
        #envelop_footer{
            width: 50%;
        } */
    #login-section {
        left: 10%;
        width: 80%;
    }

    .mobile_shop_product {
        margin-top: 1%;
    }

    ul.list-inline.top-nav-right-list.login li {
        padding: 0 7px;
    }

    .mobile_dashboard {
        flex: 0 0 100%;
    }

    .grid-products .product-card {
        flex: 0 0 100%;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-products-wrap .tabs .tab-item {
        font-size: 14px;
    }

    .grid-products-wrap {
        margin-top: 0px;
    }

    .slick-track {
        width: 0px;
    }

    .slick-track .base-image-inner {
        width: 330px;
    }

    .show_product {
        width: 90%;
    }

    .mobile-hidden {
        display: none;
    }

    .carousel-item {
        margin-top: 5%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    p {
        font-size: 14px;
    }

    .border_icon {
        border-right: none;
    }

    h2 {
        font-size: 16px;
    }

    /* .cus_p{
            font-size: 8px;
        } */
    .our_jewel {
        flex: 0 0 100%;
    }

    .top_cat {
        flex: 0 0 50%;
    }

    .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top .title {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top>.row>div:nth-child(4) .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cust_footer {
        padding-top: 5%;
    }

    /* #phone_icon{
            margin-left: 35%;
        }
        #phone_footer{
            width: 40%;
        }
        #envelop_icon{
            margin-left: 25%;
        }
        #envelop_footer{
            width: 50%;
        } */
    #login-section {
        left: 10%;
        width: 80%;
    }

    .mobile_shop_product {
        margin-top: 1%;
    }

    ul.list-inline.top-nav-right-list.login li {
        padding: 0 7px;
    }

    .mobile_dashboard {
        flex: 0 0 100%;
    }

    .grid-products .product-card {
        flex: 0 0 100%;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-products-wrap .tabs .tab-item {
        font-size: 14px;
    }

    .grid-products-wrap {
        margin-top: 0px;
    }

    .slick-track {
        width: 0px;
    }

    .slick-track .base-image-inner {
        width: 330px;
    }

    .show_product {
        width: 90%;
    }

    .mobile-hidden {
        display: none;
    }

    .carousel-item {
        margin-top: 5%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    p {
        font-size: 14px;
    }

    .border_icon {
        border-right: none;
    }

    h2 {
        font-size: 16px;
    }

    /* .cus_p{
            font-size: 8px;
        } */
    .our_jewel {
        flex: 0 0 100%;
    }

    .top_cat {
        flex: 0 0 50%;
    }

    .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top .title {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top>.row>div:nth-child(4) .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cust_footer {
        padding-top: 5%;
    }

    /* #phone_icon{
            margin-left: 35%;
        }
        #phone_footer{
            width: 40%;
        }
        #envelop_icon{
            margin-left: 25%;
        }
        #envelop_footer{
            width: 50%;
        } */
    #login-section {
        left: 10%;
        width: 80%;
    }

    .mobile_shop_product {
        margin-top: 1%;
    }

    ul.list-inline.top-nav-right-list.login li {
        padding: 0 7px;
    }

    .mobile_dashboard {
        flex: 0 0 100%;
    }

    .grid-products .product-card {
        flex: 0 0 100%;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-products-wrap .tabs .tab-item {
        font-size: 14px;
    }

    .grid-products-wrap {
        margin-top: 0px;
    }

    .slick-track {
        width: 0px;
    }

    .slick-track .base-image-inner {
        width: 330px;
    }

    .show_product {
        width: 90%;
    }

    .mobile-hidden {
        display: none;
    }

    .carousel-item {
        margin-top: 5%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    p {
        font-size: 14px;
    }

    .border_icon {
        border-right: none;
    }

    h2 {
        font-size: 16px;
    }

    /* .cus_p{
            font-size: 8px;
        } */
    .our_jewel {
        flex: 0 0 100%;
    }

    .top_cat {
        flex: 0 0 50%;
    }

    .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top .title {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-top>.row>div:nth-child(4) .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cust_footer {
        padding-top: 5%;
    }

    /* #phone_icon{
            margin-left: 35%;
        }
        #phone_footer{
            width: 40%;
        }
        #envelop_icon{
            margin-left: 25%;
        }
        #envelop_footer{
            width: 50%;
        } */
    #login-section {
        left: 10%;
        width: 80%;
    }

    .mobile_shop_product {
        margin-top: 1%;
    }

    ul.list-inline.top-nav-right-list.login li {
        padding: 0 7px;
    }

    .mobile_dashboard {
        flex: 0 0 100%;
    }

    .grid-products .product-card {
        flex: 0 0 100%;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-products-wrap .tabs .tab-item {
        font-size: 14px;
    }

    .grid-products-wrap {
        margin-top: 0px;
    }

    .slick-track {
        width: 0px;
    }

    .slick-track .base-image-inner {
        width: 330px;
    }

    .show_product {
        width: 90%;
    }

    .mobile-hidden {
        display: none;
    }

    .carousel-item {
        margin-top: 5%;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 14px;
    }
}


.collapsible {
    cursor: pointer;
    transition: background-color 0.3s;
}

.collapsible.active+.content {
    max-height: 200px;
    /* Adjust the maximum height as needed */
}

.login_modal {
    position: absolute;
    z-index: 99999;
    background-color: white;
    top: 100px;
    left: 73%;
    display: none;
    box-shadow: 0px 0px 0px 3px white
}

.mobile_header_logo {
    max-width: 80%;
}

.chevron_rop_collapsible {
    margin-left: 2%;
}

.header-cart {
    color: black;
}

.error_success_banner {
    top: 12%;
    margin-left: auto;
    margin-right: auto;
}

.owl-item.active.center img {
    transform: scale(1.25);

}

.owl-item.active.center {
    /* border: 1px solid #fff; */
    height: 170px;
    padding: 20px 0px;
}

.owl-item.active.center:hover img {
    transform: scale(1.25);
}

.owl-item>div {
    margin: 0px !important;
}

.owl-stage-outer {
    /* width: 90%;
        margin: 0px auto; */
    height: 230px !important;
}

.owl-item .active:nth-child(1) {
    margin-left: 40%;
}

.owl-item.active:first-child {
    margin-left: 40%;
}

/* .owl-item.cloned {
        width: 200px !important;
    } */
/*      */
/* .owl-item.active.center:hover {
        border: 1px solid #f6f6f6;
    } */
.owl-item.active.center .bn_comp_btnText {
    padding-top: 10px;
}

.owl-item img {
    transform: scale(0.71);
}

.owl-item.active:hover img {
    transform: scale(0.75);
    transform-origin: center top;
    transition: transform .5s ease-in-out, opacity 0s ease-in-out;
}

.owl-nav-next img {
    position: absolute;
    left: 98%;
    top: 29%;
    width: 10%;
}

.owl-next>span>i {
    color: rgb(130, 166, 167);

}

.owl-nav-prev img {
    position: absolute;
    top: 29%;
    width: 10%;
    left: -8%;
}

.owl-prev>span>i {
    color: rgb(130, 166, 167);

}

#login_btn {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 12px;
    text-wrap: nowrap;
    height: 60%;
    margin-top: 5%;
    background-color: rgb(130, 166, 167);
    width: 120px;
}

.login_btn {
    margin-left: 2%;
    font-size: 12px;
    text-wrap: nowrap;
    margin-top: 5%;
    background-color: rgb(130, 166, 167);
    width: 135px;
    padding-left: 15px;
    height: 38px;
    border: 1px solid rgb(130, 166, 167);
}

.create_btn {
    margin-left: 2%;
    font-size: 12px;
    text-wrap: nowrap;
    height: 60%;
    margin-top: 5%;
    background-color: rgb(130, 166, 167);
    width: 135px;
    padding-left: 15px;
    height: 38px;
}

.btn-primary:hover {
    background-color: rgb(130, 166, 167);
}

.btn-primary {
    background-color: #4C8C71;
}

.header-column-right .header-cart {
    margin-left: 5px !important;
    margin-top: 10px;
}

.my_footer {
    border-top: 1px solid white;
    padding-top: 1%;
}

.logo_div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2%;
}

.footer {
    padding-top: 45px;
}

.cust_footer {
    text-align: center;
}

.cust_footer a:hover {
    color: white;
}

.footer-bottom {
    margin-top: 20px;
}

.container_section {
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.left_section {
    margin-left: auto;
    margin-right: auto;
}

.right_section {
    margin-left: 0%;
}

.top-nav .top-nav-right-list>li {
    padding: 0 5px !important;
}

.header-search-lg>input {
    padding-left: 10px !important;
    height: 36px !important;
    width: 110px !important;
    display: none;
    border: none !important;
    border-radius: unset;
    box-shadow: none !important;
}

.header-search-lg {
    height: 38px !important;
}

.btn-search {
    height: 38px !important;
    margin-left: 150px !important;
}

.header-column-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-column-center>nav>ul>li>a {
    margin-left: 45%;
}

.header-search {
    margin-top: 7% !important;
}

.header-search-lg {
    border: none !important;
}

.header-search-right {
    margin-right: 15%;
}

.header-icon {
    margin-left: 0.5rem;
    margin-top: 10px;
}

.flex-direction-mobile .heading_custom_one {
    font-family: Good Times;
    color: rgb(130, 166, 167);
    text-wrap: wrap;
    width: 60%;
}

.flex-direction-mobile .container_custom_one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content_custom_one {
    line-height: 30px;
    font-family: Avenir;
    color: rgb(130, 166, 167);
    text-wrap: wrap;
    width: 80%;
}

.custom_heading_two {
    font-family: Good Times;
    color: white;
}

.custom_para_two {
    margin-top: 2%;
    line-height: 30px;
    font-family: Avenir;
    color: white;
}

.flex-direction-mobile {
    margin: 0px !important;
    align-items: center;
}

.container_custom_inner {
    padding: 50px 0;
}

.register-form-container {
    width: 80%;
    padding: 0;
}

.register-form-container .register-form-container-input {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.register-form-container .register-form-container-input .form-group {
    width: calc(50% - 10px);
    margin-bottom: 0;
}

.register-form-container .register-form-container-input .form-group input {
    -webkit-transition: 1s;
    /* Safari */
    transition: 1s;
}

.register-form-container .register-form-container-input .form-group input:focus,
.register-form-container .register-form-container-input .form-group select:focus {
    box-shadow: 0 0 5pt 2pt #e1e1e170;
    outline-width: 0px;
    border-color: #4c8c71;
}

.register-form-container .register-form-container-input .terms-and-conditions {
    display: flex;
    align-items: center;
}

.register-form-container .btn-create-account {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #4c8c71;
}

.register-form-container .btn-sign-in {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.custom-container-three-main-section {
    background: rgb(241 243 247 / 50%);
    padding: 30px 0;
}

@media screen and (max-width: 992px) {
    .flex-nowrap.flex_wrap_mobile {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .search-icon-container {
        position: relative;
    }

    .search-icon-container .diamond-search-icon {
        left: 1%;
        top: 22% !important;
    }

    .search-icon-container .search-diamond-input {
        padding-left: 10%;
    }

    .fancy-container .btn-pills {
        width: 100%;
    }

    .register-form-container {
        width: 100%;
        padding: 0;
    }

    .register-form-container .btn-create-account {
        width: 100%;

    }

    .register-form-container .btn-sign-in {
        width: 100%;

    }


}

@media screen and (max-width: 576px) {
    .top-nav-center .justify-content-sm-center {
        justify-content: center !important;
    }

    .top-nav-center .justify-content-sm-center p {
        margin: 0px;
    }

    .flex-nowrap.flex_wrap_mobile {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .hide_in_mobile {
        display: none;
    }

    .flex_wrap_mobile .header-column-left {
        width: 80% !important;
    }

    .flex_wrap_mobile .header-column-right-mobile {
        width: 20% !important;

    }

    .flex-direction-mobile {
        flex-direction: column;
        margin: 0px !important;
    }

    .flex-direction-mobile img {
        width: 100%;
    }

    .flex-direction-mobile .heading_custom_one {
        margin-top: 0%;
        width: 100%;
        font-size: 22px;
    }

    .flex-direction-mobile .container_custom_one {
        padding: 0px !important;
        text-align: center;
        margin: 40px auto;
        justify-content: center;
    }

    .content_custom_one {
        margin-top: 0%;
        line-height: 22px;
        width: 100%;
        font-size: 14px;
    }

    .custom_heading_two {
        font-size: 22px;

    }

    .custom_para_two {
        margin-top: 2%;
        line-height: 22px;
        font-size: 14px;
    }

    .custom_container_two {
        padding: 0% 15px !important;
        margin-bottom: 20px;
    }

    .custom-container-three {
        width: 100%;
    }

    .custom_col_space {
        padding: 0px !important;
    }

    .custom_col_space .btn_style_custom {
        font-size: 13px;
    }

    .container_custom_inner {
        padding: 0px 0;
    }

    .footer_logo {
        width: 100%;
    }

    .footer_links {
        margin: 0px;
    }

    .flex-nowrap.flex_wrap_mobile .header-logo {
        width: 100%;
        padding-left: 0px;
        margin: auto;
        text-align: center;
        padding-right: 0;
    }

    .home-container-slider {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-container-slider .owl-stage-outer {
        height: 130px !important;
    }

    .custom-container-three-main-section {
        padding: 10px 0;
    }

    .register-form-container {
        width: 100%;
        padding: 0;
    }

    .register-form-container .btn-create-account {
        width: 100%;
        margin-top: 10px;

    }

    .register-form-container .register-form-container-input {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .register-form-container .register-form-container-input .form-group {
        width: calc(100% - 0px);
    }

    .register-form-container .btn-sign-in {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .register-container-custom {
        margin-top: 40px;
    }

    .register-container-custom h2 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer_links {
        margin: 0;
    }

    .footer-top.my_footer .col-sm-6-custom {
        flex: 0 0 48% !important;
        max-width: 48% !important;
        width: 48% !important;
    }
}

@media screen and (max-width: 576px) {
    .footer_links {
        margin: 0;
    }

    .footer-top.my_footer .col-sm-6-custom {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}